home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Dead Stripping
- Sent: 7/3/96 10:48 AM
- Received: 7/3/96 10:31 AM
- From: Paul Mylchreest, paulm@teamsoft.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >I have run into a small problem regarding Dead Stripping.
- >
- >I have subclassed <FW_CSuperView> into <CClassA>. Everything is fine.
- >However, when I subclasse <CClassA> into <CClassB>, the only method that is
- >not stripped is <FW_DoNotDeadStripCClassB()>. There is no multiple
- >inheritance involved.
- >
-
- I solved the problem, so please disregard that part of the message.
-
- The static methods CClassB::Create() and CClassB::Destroy() need to be
- implemented.
-
- Paul.
-
-
-